home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-10-13 | 503 b | 14 lines | [TEXT/ToyS] |
- tell application "MyVidCap©-FAT"
- activate
- -- bring MyVidCap to the foreground
- if Select Video Window then
- -- make sure the video window is frontmost
- if Take Picture as pict named "this snap pict" then
- -- grab a snap shot pict of the video window to the default location
- -- and save it as "this snap pict"
- -- if "this snap pict" already exists, MyVidCap will delete it and
- -- then create a new "this snap pict" for you.
- -- now you can do something with it
- end if
- end if
- end tell